Skip to content

Conversation

@lykling
Copy link
Member

@lykling lykling commented Jan 25, 2026

  • lock abseil-cpp to version 20250127.1 to avoid compatible issue of protobuf

Copilot AI review requested due to automatic review settings January 25, 2026 10:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins abseil-cpp to a specific version to resolve a Bazel build compilation break caused by protobuf/abseil incompatibilities.

Changes:

  • Update abseil-cpp dependency version to 20250127.1.
  • Add a single_version_override to lock abseil-cpp at the same version across the module graph.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

MODULE.bazel Outdated
Comment on lines 46 to 47
# the target `if_constexpr` of `absl/utility/BUILD.bazel` removed or
# migrated in newer versions, which depended by protobuf
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The explanatory comment has grammatical issues that make the rationale harder to follow (e.g., "removed or migrated" is missing a verb, and "which depended by protobuf" should be phrased as "which protobuf depends on"). Please reword these lines for clarity.

Suggested change
# the target `if_constexpr` of `absl/utility/BUILD.bazel` removed or
# migrated in newer versions, which depended by protobuf
# In newer versions, the target `if_constexpr` in `absl/utility/BUILD.bazel`
# that protobuf depends on has been removed or migrated.

Copilot uses AI. Check for mistakes.
- lock abseil-cpp to version 20250127.1 to avoid compatible issue of
  protobuf

Signed-off-by: Pride Leong <[email protected]>
@lykling lykling force-pushed the fix_compilation_issue_dev branch from 8502562 to dc2851e Compare January 25, 2026 12:32
@lykling lykling merged commit 74adfa4 into main Jan 25, 2026
1 check failed
@lykling lykling deleted the fix_compilation_issue_dev branch January 25, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants